home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 08 / 6 / DISK0866.ZIP / INST2.BAT < prev    next >
DOS Batch File  |  1990-08-28  |  1KB  |  33 lines

  1. echo off
  2. cls
  3. echo Please Insert the DS SUPPLEMENT disk in drive %2:
  4. pause
  5. copy %2:namenum.dat \ds3d
  6. copy %2:conline.dat \ds3d
  7. copy %2:plcrunch.dat \ds3d
  8. copy %2:text.txt \ds3d
  9. copy %2:SST01 \ds3d\dsdata
  10. copy %2:current.cfl \ds3d\dsfiles
  11. copy %2:recent.cfl \ds3d\dsfiles
  12. copy %2:convert.exe \ds3d\dsfiles
  13. cls
  14. echo Installation of Deep Space 3-D is now complete.
  15. echo %1:\ds3d             : Contains the program files and related data files
  16. echo %1:\ds3d\dsdata      : Contains the SST star database
  17. echo %1:\ds3d\dsfiles     : Contains comet data files (*.CFL), a program to
  18. echo                          convert comet files to different formats
  19. echo                          (CONVERT.EXE).  This is also the directory where
  20. echo                          output files from the program will be stored.
  21. echo 
  22. echo A batch file (DS3D.BAT) has been added to the ROOT directory to take you to
  23. echo the DS3D directory and execute the main program.
  24. echo 
  25. echo                        Type DS3D now to run Deep Space 3-D.
  26. echo 
  27. echo You will be asked for basic configuration information and information about
  28. echo your primary and secondary observing sites.  This information can be modified
  29. echo at any time by choosing the CHANGE CONFIGURATION option at the main menu.
  30. echo 
  31. echo Choose the HELP MENU option at the main menu to learn how to access all the
  32. echo features available in the program.
  33.